G
MCP Server — GitHub Platform Agentic Knowledge Pack
GitHub Platform Skill for MCP Agent
PR review, issue management, and release automation for GitHub
Available free v1.0.0 Browser LLM
$
sidebutton install GitHub Platform
README
1.7 KB
GitHub
Source code hosting, pull requests, issues, and CI/CD.
Browser Access
Requires login to GitHub in the connected browser. All SSO/cookies intact.
| Tool | Usage |
|---|---|
navigate | Go to repo, PR, or issue URL |
snapshot | Read page structure and content |
click | Tabs, buttons, links |
type | Search, comment boxes, forms |
Workflows
| Workflow | Description |
|---|---|
github_browser_view_pr | Navigate to PR, snapshot details + diff |
github_browser_list_prs | Navigate to PR list, snapshot |
github_browser_create_issue | Fill and submit new issue form |
github_create_release | Create a release from tag |
github_pr_review | PR review with Claude analysis |
Pull Requests
- Keep PRs focused — one logical change per PR
- Write descriptive titles (imperative: "Add feature" not "Added feature")
- Include context in the description: what changed, why, how to test
Issues
- Reproduce before filing — include steps, expected vs actual behavior
- Label appropriately: bug, enhancement, question
- Link related issues and PRs
Reviews
- Be constructive — suggest alternatives, not just problems
- Approve if the approach is sound, even if you'd do it differently
- Block only for correctness, security, or breaking changes
Common Patterns
View a PR: navigate to /owner/repo/pull/123, snapshot to read details, click "Files changed" for diff.
List PRs: navigate to /owner/repo/pulls, snapshot to read list.
Create issue: navigate to /owner/repo/issues/new or use github_browser_create_issue workflow.